Vcenter Vm Guest Customization CheckInfo

Vcenter Vm Guest Customization CheckInfo
Vcenter Vm Guest Customization CheckInfo

The Vcenter Vm Guest Customization CheckInfo schema contains the status of a customization check operation applied to a virtual machine.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "check_status": "string",
    "supported_guest_os": false,
    "supported_power_state": false
}
string
check_status
Required

The status of the customization check operation.

For more information see: Vcenter Vm Guest Customization CheckInfo CheckStatus.

This property was added in vSphere API 9.0.0.0.

boolean
supported_guest_os
Optional

Whether or not the guest OS is supported by customization operation. If supported_guest_os is false in the status of a customization check operation, the virtual machine is not customizable due to the guest OS is not supported by customization operation.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the customization check operation has not reached the step of checking guest OS.

boolean
supported_power_state
Optional

Whether or not customization operation is supported in the current power state. If supported_power_state is false in the status of a customization check operation, the virtual machine is not customizable due to customization operation is not supported in the current power state.

This property was added in vSphere API 9.0.0.0.

This property will be missing or null if the customization check operation has not reached the step of checking power state.